home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / Chip_2004-11_cd1.bin / software / frigate / Frigate3_Lite_v25.exe / {app} / Addons / Schemes / XML.sch < prev   
Text File  |  2004-01-06  |  3KB  |  147 lines

  1. object TPersHolder
  2.   P.Name = 'XML'
  3.   P.Extensions.Strings = (
  4.     'xml')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       FISymbol = 2
  11.       UseSymbols = True
  12.       UseComments = True
  13.       UseMultiLineComments = True
  14.       BlockDelimiters = <>
  15.       MultiLineCommentDelimiters = <
  16.         item
  17.           FontID = 3
  18.           LeftDelimiter = '&'
  19.           RightDelimiter = ';'
  20.         end>
  21.     end
  22.     item
  23.       Name = 'SpecialTags'
  24.       ID = 2
  25.       ParentID = 0
  26.       FIText = 8
  27.       BlockDelimiters = <
  28.         item
  29.           LeftDelimiter = '<?'
  30.           RightDelimiter = '?>'
  31.           DelimitersArePartOfBlock = True
  32.         end
  33.         item
  34.           LeftDelimiter = '<![CDATA['
  35.           RightDelimiter = ']]>'
  36.           DelimitersArePartOfBlock = True
  37.         end>
  38.     end
  39.     item
  40.       Name = 'Tags'
  41.       ID = 1
  42.       ParentID = 0
  43.       FIText = 1
  44.       FIIdentifier = 7
  45.       UseComments = True
  46.       UseMultiLineComments = True
  47.       UseStrings = True
  48.       UseSingleLineStrings = True
  49.       BlockDelimiters = <
  50.         item
  51.           LeftDelimiter = '<'
  52.           RightDelimiter = '>'
  53.           DelimitersArePartOfBlock = True
  54.         end>
  55.       MultiLineCommentDelimiters = <
  56.         item
  57.           FontID = 5
  58.           LeftDelimiter = '<!--'
  59.           RightDelimiter = '-->'
  60.         end>
  61.       SingleLineStringDelimiters = <
  62.         item
  63.           FontID = 6
  64.           LeftDelimiter = '"'
  65.           RightDelimiter = '"'
  66.         end>
  67.     end>
  68.   P.FontTable = <
  69.     item
  70.       FontID = 0
  71.       GlobalAttrID = 'Whitespace'
  72.       Font.Charset = DEFAULT_CHARSET
  73.       Font.Color = clBlack
  74.       Font.Height = -13
  75.       Font.Name = 'Courier New'
  76.       Font.Style = []
  77.     end
  78.     item
  79.       FontID = 1
  80.       GlobalAttrID = 'Html tags'
  81.       BlockID = 1
  82.       Font.Charset = DEFAULT_CHARSET
  83.       Font.Color = clBlue
  84.       Font.Height = -13
  85.       Font.Name = 'Courier New'
  86.       Font.Style = []
  87.     end
  88.     item
  89.       FontID = 5
  90.       GlobalAttrID = 'Comment'
  91.       BlockID = 1
  92.       Font.Charset = DEFAULT_CHARSET
  93.       Font.Color = clGray
  94.       Font.Height = -13
  95.       Font.Name = 'Courier New'
  96.       Font.Style = [fsItalic]
  97.     end
  98.     item
  99.       FontID = 6
  100.       GlobalAttrID = 'String'
  101.       BlockID = 1
  102.       Font.Charset = DEFAULT_CHARSET
  103.       Font.Color = clMaroon
  104.       Font.Height = -13
  105.       Font.Name = 'Courier New'
  106.       Font.Style = []
  107.     end
  108.     item
  109.       FontID = 7
  110.       GlobalAttrID = 'Identifier'
  111.       BlockID = 1
  112.       Font.Charset = DEFAULT_CHARSET
  113.       Font.Color = clTeal
  114.       Font.Height = -13
  115.       Font.Name = 'Courier New'
  116.       Font.Style = []
  117.     end
  118.     item
  119.       FontID = 8
  120.       GlobalAttrID = 'Html tags'
  121.       BlockID = 2
  122.       Font.Charset = DEFAULT_CHARSET
  123.       Font.Color = clBlue
  124.       Font.Height = -13
  125.       Font.Name = 'Courier New'
  126.       Font.Style = []
  127.     end
  128.     item
  129.       FontID = 3
  130.       GlobalAttrID = 'Whitespace'
  131.       Font.Charset = DEFAULT_CHARSET
  132.       Font.Color = clNavy
  133.       Font.Height = -13
  134.       Font.Name = 'Courier New'
  135.       Font.Style = []
  136.     end
  137.     item
  138.       FontID = 2
  139.       Font.Charset = DEFAULT_CHARSET
  140.       Font.Color = clBlack
  141.       Font.Height = -13
  142.       Font.Name = 'Courier New'
  143.       Font.Style = [fsBold]
  144.     end>
  145.   P.SyntaxVersion = 3
  146. end
  147.